- 6
- 181 130
RELUvance
Canada
Приєднався 26 жов 2019
Your hub for AI insights & news. Unraveling deep learning's mysteries, empowering enthusiasts & professionals alike.
Antigonish DRONE
Drone flyover of a property I am considering buying near Antigonish, NS.
Переглядів: 34
Відео
Drone flyover - West Jeddore, NS
Переглядів 155 місяців тому
Drone flyover of a property I am considering to buy in Lower West Jeddore, NS.
How to install TensorFlow in Windows - 2024 Guide
Переглядів 17 тис.7 місяців тому
In this tutorial, we'll navigate through three different methods of setting up your TensorFlow development environment for machine learning, ranging from simple setups to more advanced configurations. TensorFlow can be extremely finicky to install without errors, so I walk through each method step by step and the hope is that at least one of these will work for you. Each approach offers varying...
Fusion 360 Tutorial: Planetary Gear Train Modeling and Animation
Переглядів 94 тис.5 років тому
Fusion 360 Model of the Planetary Gear: a360.co/348xD84 Related videos: Spur Gear from Scratch: ua-cam.com/video/tqDYPaUmCSM/v-deo.html Gear and Slider: ua-cam.com/video/EmxC22lEbXY/v-deo.html This is a Fusion 360 tutorial that will show you how to model and animate a planetary gear train. We model the ring, sun, and planet gears using a spur gear add-in, and then proceed to model a carrier tha...
Fusion 360 Tutorial: Gear and Slider Modeling
Переглядів 59 тис.5 років тому
Fusion 360 Model of Final Model: a360.co/33Bovsg My other video modeling spur gears from scratch: ua-cam.com/video/tqDYPaUmCSM/v-deo.html Fusion 360 can be used to model complex mechanical systems. In this video tutorial I show you how to convert rotary motion (spur gears) to linear motion using a slider. This is also sometimes called a crank and slider assembly. In this tutorial I go through t...
Drawing an Involute Spur Gear from Scratch in Fusion 360
Переглядів 11 тис.5 років тому
Involute Gear Profile Calculator: bit.ly/34C3AGO Fusion 360 Model of Final Gear: a360.co/2R7IGeA In this video I show how to draw a Spur Gear from scratch in Fusion 360. Instead of approximating the involute curve of the gear tooth, we calculate it using a spreadsheet (see the link above) and import the curve to our model for an accurate representation of the gear teeth. Although I used Fusion ...
So amazing!
Success with a tweak on 2024-12-21: I tried the Windows native versions and succeeded with both tf-cpu and tf-gpu. Two remarks: 1. tf-cpu works fine with python=3.12 too 2. tf-gpu needs python=3.9 and this tweak: pip install "numpy<2" "tensorflow<2.11" to avoid an error about incompatibility with numpy>=2.0.0 Thanks a great lot @RELUvance! I would have exceeded my frustration tolerance and given up without this video.
Glad it helped… yes the reason I made this video was because I had gone through a week of frustration myself!
Really appreciate this content. I have been trying to download Tensor Flow all the day. Really thankssss
At GPU TensorFlow Installation in Docker running ' import tensorflow as tf ', I get 'Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered,' and similar responses for cuDNN and cuBLAS. How do I fix this?
At the Windows GPU installation, " import tensorflow as tf," you have to downgrade "numpy" to version 1.
Did you find a solution, I am also getting the same thing
@@nidhalabidi You can downgrade using the --upgrade flag it works both ways e.g pip install --upgrade numpy==1.10.1
@@tmusic99 thank you!
Great Video Sir!!
Hi everyone ! TY for the tuto 🙂 If the hello-world dont work for you (like me), try this ! sudo update-alternatives --config iptables Enter 1 to select iptables-legacy sudo service docker start, and Docker will start as expected! You can now see [OK] at the end of the line 😉
someone please send the solution
motion study is not working in my case it gives this message: Warning: Cannot resolve some component positions because there are conflicts with assembly relationships in the design. Inspect existing joints, rigid groups, ground to parent, or tangent relationships.
Thanks for sharing
Well, I almost got it. I was able to replicate your spreadsheet using the formulas you provided into my desktop computer spreadsheet software. However, I do not know how to make the spreadsheet manufacture the points in a chart. Therefore when I imported the numbers into Fusion it said, "No valid points". Got pretty exciting there for a minute.
Wow! That was fantastic! Definitely will try this out. Thanks for posting.
Great tutorial! I ended up making the slot for the slider inside of the base using offset, cut extrusions. Don't ask me why; my brain just went in that direction. Ended up with the same results. Never used a motion study before, so that was very useful. Thanks for posting; much appreciated.
the only tutorial that worked for me
I've spent literally the whole day trying to get a working version of TF set up on my PC after Google withdrew the free colab GPU support. This video has been a lifesaver! Thank you so much for taking the time to make it!
I'm so glad that I could help! And sorry to those who have recently posted comments saying that they are still running into issues.... it's frustrating that Tensorflow can be so difficult to get working properly.
Do you have the commands that you are typing to install ternsorflow ? I am to blind to see anything :(
I have followed the steps up to minute 11:16 but there is a problem at step minute 11:16 I can't import tensorflow as ft on gpu. Module Import Failure: The error occurred while importing TensorFlow modules. Specifically, TensorFlow attempted to use _pywrap_bfloat16.TF_bfloat16_type(), which is likely related to the bfloat16 data type. Python Version Compatibility: The error suggests that TensorFlow is having trouble converting a function return value to a Python type, indicating an issue with compatibility between TensorFlow, Python, or the environment setup (e.g., CUDA/cuDNN versions if using a GPU). Environment Issue: If you are using a GPU, the error might stem from an incompatible CUDA version or missing dependencies. Help Me Tn.
Man you just saved my degree in 20 minutes, thank you so much!
Glad I could help!
Thank you for you sharing this video. Every thing worked well and the same as you showed in this tutorial, but the "import tensorflow as tf" resulted in an error. file"c:......pywarp_tensorflow.py" line 70 in <module>... import error: Dll load failed while importing _pywrap_tensorflow_internal: a dynamic link library (DLL) initializiation routine failed.....
I have a k52jc ASUS laptop
If it is input(print( tf.config.list_physical_devices('GPU')) ) it comes empty( [] ). What is the reason?
It means that it is not detecting/using a GPU.
There is only a dedicated GPU on my computer. There is no shared GPU. How can I solve it? If there is no shared GPU, would I install both the native Windows CPU-only TensorFlow installation and the native Windows GPU-enabled TensorFlow installation? Or install the native Windows GPU-enabled TensorFlow installation?
@@hadiuzzaman4632 Have you tried both of the last two methods that I show in the video? Tensorflow can be very finicky... if one way doesn't work then you might need to try another.
great tutorialx, this channel deserver more subs, keep posting and you channel gonna big, greetings from indonesia
Thank you very much!
Hi Dustin first thank you for a logical step by step video listing different methods in one video. Question: did you add any paths to the Enviroment Variables in Windows ? thanks again 👌
Hi Peter, no, I didn’t make any changes to windows paths.
@@RELUvance Okay thank you !
Hi Mr. Your fusion 360 tutorial is very easy to understand and I really really like these tutorials. Wonder if you can do more of these? I am starting to get interested in watch movements and also mechanical sculpture. Watching your tutorial I feel like it's really possible for me to dive into 3D printing mechanical gears and links.
Hi, thanks very much for the compliment. Yes I think I might start making more of these videos. I had switched my focus over to AI but miss mechanical modelling too.
You are a wizard, Man! That's the simple and full installation guides, that are so necessary for beginners, like me!👍👍👍
Great video! Can I install TF in a venv on cmd prompt instead of conda?
Yes you can use venv too.
Thank you so much, you saved me HAHAHAH
You're welcome!!
Thank you so much, I was struggling for 2 days before I found your tutorial.
Glad it helped!
what will be the DOF of this and how many joints in this ?
Explained using Multiple methods, Is the best part for me.
Thanks alot.. would have preferred if the video was a little bit clearer.. although it was very helpful and precise..
Thank you very much for your guide! It helped me a lot to set up the latest tensorflow gpu version in windows. Finally my GPU is showing up when importing tensorflow.👍 However, I'm getting 3 warnings, saying "Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered" and 2 mores similar messages with cuDNN and cuBLAS. Have you ever encountered such messages?
I have got all the installation done. how can i use it from jupyter notebook?
I followed all these steps for CPU and GPU and I am still getting errors when I try to import tensorflow :(
I am extremely new to this space. I just started neural networks and my processing times in google colab has been humungous. I figured its because its not using my gpu eventhough i use the t4gpu runtime. So i went with this tutorial and downloaded the docker and completed every step and it works. But how can I now use my jupyter notebook file?
There’s a different docker file you can use that includes Jupyter notebook… scroll through the comments a bit and you’ll find the one where I responded to someone else… use that command
Thank you! That's the only tutorial that worked for me. However, I just wanna know if it is possible to run VScode in the method3/docker.
i have a laptop with intel iris xe graphics, integrated gpu can i run tensorflow?
i have a laptop with intel iris xe graphics, integrated gpu
You need an Nvidia graphics card for the GPU-enabled version to work.
When I implement motion link between the gear, everything revolves around the larger gear. As far as I know I followed all the instructions correctly. If I preview the larger gear's motion separately then turn correctly.
Had the same issue, my main spur gear was set as 'ground to parent', unset the gear and try it again
@@Shiva-diva that fixed it for me. all i can offer you is a single upvote but fyi this was worth at least the last slice of pizza, ride to the airport, or help you move.
awesome video. thank you a lot
Glad it helped!
Why did you use python version 3.9 for the windows for tensorflow installation?
That’s the version that is officially supported by the version of tensorflow being installed.
@@RELUvance After installing the tensorflow and using jupyter notebook, when I run the following code cell, I get the error - The kernel appears to have died. It will restart automatically. Do you have any solution for this? Code: linear_layer = tf.keras.layers.Dense(units=1, activation = 'linear', ) a1 = linear_layer(X_train[0].reshape(1,1)) print(a1)
Which is the best method among these 3?
Option 2 is the best if you don’t need the absolute latest gpu version (most people).
Is this gear parametric? Can I modify it by changing the variables? There was a constant on the tooth design and also the profile is being imported as a constant.
thats sad caz many new lib req new version of tensorflow or keras , btw it worked . tq sir!
Glad it worked for you!
oneDNN custom operations are on. You may see slightly different results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2024-06-22 21:19:41.593155: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. TensorFlow Version: 2.16.1 2024-06-22 21:19:45.398512: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. GPU device: can ypu solve this problems plz
I WANT TO SOLVE THIS PROBLE BRO PLZ CAN YOU SLOVE THIS PROBLEM IN NATIVE WINDOWS
its cpu version
In the video I explain how to install both the gpu and cpu versions. Maybe I don’t understand your comment?
@@RELUvance can you solve problem in my next comment
After doing this, can i use tensorflow in jupyter lab?
Yes, if you run Jupyter from within the Tensorflow environment you created.
after installing tensorflow gpu how to access it from the jupyter notebook as there is jupyter pre install in my pc through ananconda and in same command line i installed tensorflow but i was anable to get it on my jupyter notebook how to do it please help me out
I truly appreciate it.
I’m glad it helped!
Install tensorflow Bible thank you!🎉 Method 3 help me a lot
So glad that it worked for you!
thank you
You're welcome!